home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / WATCHBOX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-27  |  157 b   |  9 lines

  1. #ifndef _WATCHBOX_H_
  2. #define _WATCHBOX_H_
  3.  
  4. #include "K_DEFS.H"
  5.  
  6. short watch_object(OBJECT *dial, short ob, short in_state, short out_state);
  7.  
  8. #endif
  9.